Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 6 - Style Objects / Style Objects Reference
Style Objects Routines / Managing Picking ID Styles


Q3PickIDStyle_Get

You can use the Q3PickIDStyle_Get function to get the picking ID style value of a picking ID style.

TQ3Status Q3PickIDStyle_Get (
TQ3StyleObject pickIDObject, 
unsigned long *id);
pickIDObject
A picking ID style object.
id
On exit, the picking ID of the specified picking ID style object.
DESCRIPTION
The Q3PickIDStyle_Get function returns, in the id parameter, the current picking ID of the style object specified by the pickIDObject parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996